home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / MacGS 2.5.2ß3 / src / nstd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-17  |  76 b   |  6 lines  |  [TEXT/R*ch]

  1. /* Additions to std.h */
  2.  
  3. typedef byte bool;
  4. #define false 0
  5. #define true 1
  6.